Device Structure
You specify a device (for example, when creating a new draw context with theQADrawContextNew
function) by filling in a device structure, defined by theTQADevice
data type.
typedef struct TQADevice { TQADeviceType deviceType; TQAPlatformDevice device; } TQADevice;
Field Description
deviceType
- The device type. See "Device Types" (page 1-38) for information on the types of devices that are currently supported.
device
- A platform device data structure.